CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - aco- tsp

搜索资源列表

  1. aco

    1下载:
  2. 蚁群算法解欧氏平面上的TSP问题。包括了2-opt、3-opt优化,经过了若干经典数据的测试。-AntColony algorithm solving the TSP problem in Euclid plane, including 2-opt and 3-opt optimization. It has been tested by authorized data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:12923
    • 提供者:sunli
  1. aco

    0下载:
  2. 利用蚁群算法求解tsp(旅行商)问题,给出遍历方案,最后求出最短路径。-Ant colony algorithm for tsp (TSP) problem, given traversal solutions, and finally find the shortest path.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3522
    • 提供者:leo wong
  1. aco

    0下载:
  2. 在visual c++下编写的ACO基本算法,实现对TSP问题的解决-In visual c++, prepared with the basic ACO algorithm, the solution to the problem of the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3385
    • 提供者:xujiangle
  1. Matlab-TSP-ACO

    0下载:
  2. Matlab TSP功能代码 有详细的解释-Matlab TSP features a detailed explanation of the code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2813
    • 提供者:chenqi
  1. ACO

    0下载:
  2. 求解TSP问题的蚂蚁算法,利用TSPLIB上的测试用例做测试。用C语言实现。有注释。-Ant algorithm for solving TSP problems, the use of the test cases for testing TSPLIB. With the C language. Annotated.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2227
    • 提供者:gaofeng
  1. Ant-Colony-Optimization-(ACO)-applied-to-the-symm

    0下载:
  2. Ant Colony Optimization (ACO) applied to the symmetric TSP
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:96344
    • 提供者:Tom
  1. aco

    0下载:
  2. 蚁群软件开发 蚁群算法 针对TSP旅行商问题的仿真 利用程序仿真-Ant colony algorithm for software development, simulation using the traveling salesman problem TSP program simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1783248
    • 提供者:星辰
  1. ACOTSP

    0下载:
  2. 本程序用蚁群算法求解经典旅行商问题最优路径问题,效果很好-aco,tsp,best path
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2059
    • 提供者:xiong
  1. ant

    0下载:
  2. 蚁群算法(ant colony algorithm,简称ACA)是20世纪90年代由意大利学者M.Dorigo等人首先提出来的一种新型的模拟进化算法.它的出现为解决NP一难问题提供了一条新的途径.用蚁群算法求解旅行商问题(TSP)、分配问题(QAP)、调度问题(JSP)等,取得了一系列较好的实验结果.虽然对蚁群算法研究的时间不长,但是初步研究已显示出蚁群算法在求解复杂优化问题(特别是离散优化问题)方面具有一定的优势,表明它是一种很有发展前景的方法.蚁群算法的主要特点是:正反馈、分布式计算.正反馈
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2383
    • 提供者:咋都有
  1. ACO

    0下载:
  2. 蚁群算法的MATLAB程序 用于TSP问题-Ant colony optimization algorithm applied in the traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:32764
    • 提供者:陈璐
  1. TSP-of-ACO-matlab

    0下载:
  2. 蚁群算法用于解决TSP问题,用matlab实现的算法,调试通过-ant colony optimization alorithm TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:9040
    • 提供者:陈诚
  1. my-ACO-for-TSP

    0下载:
  2. solving TSP problem with ACO in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3800
    • 提供者:maneshti
  1. ACOTSP.V1.01

    0下载:
  2. ACO TSP in C++ programer
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:94601
    • 提供者:luki
  1. ACO-for-TSP

    0下载:
  2. tsp aco algorithm with simulation
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:4092
    • 提供者:marmooz
  1. ACO-for-TSP

    0下载:
  2. ACO algorithm for TSP(Traveling Salesman Problem)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3562
    • 提供者:hojjat
  1. solve-Tsp-problem-with-ACO-Algorithm

    0下载:
  2. 用蚁群优化算法解决TSP问题,给定core set,只是编号不同,做同样的任务序列,发现结果不同;也是存在正相关-Solve the TSP Problem with ant colony Optimization algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-03
    • 文件大小:35288
    • 提供者:Brent Lee
  1. ACO-for-TSP

    0下载:
  2. ANT Colony Optimization (ACO) for Traveling Salesman Problem (TSP)
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:69827
    • 提供者:kobra
  1. MATLAB-code-for-TSP

    1下载:
  2. 用GA算法和ACO算法在MATLAB上解决TSP问题,附有31个城市的坐标数据-Coordinate data with GA algorithms and ACO algorithm in MATLAB to solve the TSP with 31 cities
  3. 所属分类:transportation applications

    • 发布日期:2017-11-08
    • 文件大小:13953
    • 提供者:刘洪佚
  1. ACO

    0下载:
  2. 蚁群算法在求解TSP问题上的应用。已经运行出来了。-Ant colony algorithm for solving TSP. Has run out.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:5230
    • 提供者:jessica
  1. Multi-ACO-for-TSP

    0下载:
  2. 多种群蚁群算法解决pst问题的matlab代码,很有借鉴意义-Multiple ant colony system optimization algorithm for sovling TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:12580
    • 提供者:zongxinlu
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com